fetchTrackingInfoForAppointment
fetchTrackingInfoForAppointment
Path Parameters
appointment_uuid string required
appointment_uuid
Responses
- 200
- 401
- 403
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
appointmentStatus string
dealerLogo string
destination object
latitude string
longitude string
metaData object
data string
type string
Possible values: [QUERY_LOCATION
, DEALERSHIP_ADDRESS
, APPOINTMENT_LOCATION
]
error object
code string
description string
metadata object
property name* string
lastLocation object
latitude string
longitude string
metaData object
data string
type string
Possible values: [QUERY_LOCATION
, DEALERSHIP_ADDRESS
, APPOINTMENT_LOCATION
]
source object
latitude string
longitude string
metaData object
data string
type string
Possible values: [QUERY_LOCATION
, DEALERSHIP_ADDRESS
, APPOINTMENT_LOCATION
]
statusCode int32
subscriberKey string
technicianBio string
technicianImageURL string
technicianName string
warnings object[]
code string
description string
{
"appointmentStatus": "string",
"dealerLogo": "string",
"destination": {
"latitude": "string",
"longitude": "string",
"metaData": {
"data": "string",
"type": "QUERY_LOCATION"
}
},
"error": {
"code": "string",
"description": "string",
"metadata": {}
},
"lastLocation": {
"latitude": "string",
"longitude": "string",
"metaData": {
"data": "string",
"type": "QUERY_LOCATION"
}
},
"source": {
"latitude": "string",
"longitude": "string",
"metaData": {
"data": "string",
"type": "QUERY_LOCATION"
}
},
"statusCode": 0,
"subscriberKey": "string",
"technicianBio": "string",
"technicianImageURL": "string",
"technicianName": "string",
"warnings": [
{
"code": "string",
"description": "string"
}
]
}
Unauthorized
Forbidden
Not Found
Loading...